'宣言
Public Overloads Sub Set
(Of T1,T2)( _
ByVal propertyKey As PropertyBagKey(Of T1,T2), _
ByVal value As T1 _
)
public void Set<T1,T2>( PropertyBagKey<T1,T2> propertyKey, T1 value )
パラメータ
- propertyKey
- The property key.
- value
- The value.
型パラメータ
- T1
- The public type of this property.
- T2
- The marshaling type of this property.